Intersoft ClientUI Documentation
UXMaskedInputGenericBase<T> Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by UXMaskedInputGenericBase<T>.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ErrorEvent Identifies the ErrorEvent routed event.  
Public Fieldstatic (Shared in Visual Basic)ErrorMessageProperty Identifies the ErrorMessage dependency property.  
Public Fieldstatic (Shared in Visual Basic)ErrorObjProperty Identifies the ErrorObj dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsErrorProperty Identifies the IsError dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsValidatingProperty Identifies the Value dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsValueErrorProperty Identifies the IsValueError dependency property.  
Public Fieldstatic (Shared in Visual Basic)ValueChangedEvent Identifies the ValueChangedEvent event.  
Public Fieldstatic (Shared in Visual Basic)ValueProperty Identifies the Value dependency property.  
Top
Public Properties
 NameDescription
Public PropertyAcceptsReturnGets or sets the value that determines whether the text box allows and displays the newline or return characters. (Inherited from System.Windows.Controls.TextBox)
Public PropertyActualHeightGets the rendered height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidthGets the rendered width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDropGets or sets a value that determines whether this System.Windows.UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from System.Windows.UIElement)
Public PropertyAllowNull Gets or sets whether the control could reset the Value property to Null. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Public PropertyBackgroundGets or sets a brush that provides the background of the control. (Inherited from System.Windows.Controls.Control)
Public PropertyBaselineOffsetGets a value by which each line of text is offset from a baseline. (Inherited from System.Windows.Controls.TextBox)
Public PropertyBorderBrushGets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThicknessGets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control)
Public PropertyCacheModeGets or sets a value that indicates that rendered content should be cached when possible. (Inherited from System.Windows.UIElement)
Public PropertyCaretBrushGets or sets the brush that is used to render the vertical bar that indicates the insertion point. (Inherited from System.Windows.Controls.TextBox)
Public PropertyCharacterSpacingGets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from System.Windows.Controls.Control)
Public PropertyClipGets or sets the System.Windows.Media.Geometry used to define the outline of the contents of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyCommand Gets or sets the command to invoke when this button is clicked. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyCommandCannotExecute Gets or sets the UI behavior when the associated Command cannot be executed. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyCommandParameter Gets or sets the parameter to pass to the Command property. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyCommandTarget Gets or sets the element on which to raise the specified command. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyCornerRadius Represents the radius of a border's corner. The radius can't be negative. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyCursorGets or sets the cursor image that displays while the mouse pointer is over a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContextGets or sets the data context for a System.Windows.FrameworkElement when it participates in data binding. (Inherited from System.Windows.FrameworkElement)
Public PropertyDesiredSizeGets the size that this System.Windows.UIElement computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Public PropertyDisplayText Gets the display text. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Public PropertyEditText Gets the edit text. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Public PropertyEffectGets or sets the pixel shader effect to use for rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyErrorMessage Gets or sets the error message.  
Public PropertyFlowDirectionGets or sets the direction that text and other user interface elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement)
Public PropertyFontFamilyGets or sets the font used to display text in the control. (Inherited from System.Windows.Controls.Control)
Public PropertyFontSizeGets or sets the size of the text in this control. (Inherited from System.Windows.Controls.Control)
Public PropertyFontSourceGets or sets the font source that is applied to the System.Windows.Controls.TextBox for rendering content. (Inherited from System.Windows.Controls.TextBox)
Public PropertyFontStretchGets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyleGets or sets the style in which the text is rendered. (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeightGets or sets the thickness of the specified font. (Inherited from System.Windows.Controls.Control)
Public PropertyForegroundGets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control)
Public PropertyFramework Gets the entity framework. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyHeightGets or sets the suggested height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignmentGets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyHorizontalScrollBarVisibilityGets or sets the visibility of the horizontal scroll bar. (Inherited from System.Windows.Controls.TextBox)
Public PropertyIsControlFocused Gets a value that indicating whether the textbox control has focus. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyIsEnabledGets or sets a value indicating whether the user can interact with the control. (Inherited from System.Windows.Controls.Control)
Public PropertyIsHitTestVisibleGets or sets whether the contained area of this System.Windows.UIElement can return true values for hit testing. (Inherited from System.Windows.UIElement)
Public PropertyIsInDesignMode Gets a value that indicates whether the control is in design mode (development). (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyIsReadOnlyGets or sets the value that determines if the user can change the text in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertyIsTabStopGets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control)
Public PropertyIsTextReset Gets or sets value indicating whether the text should be reset from within view model. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyIsValidating Gets or sets the IsValidating property. Setting this property to True trigger validation logic and raise error if value is invalid.  
Public PropertyIsValueError Gets or sets error status of the control value. By default the error status is set to false if the value is invalid.  
Public PropertyLanguageGets or sets localization/globalization language information that applies to a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyLayoutSuspended Gets a value that indicates whether the layout is being suspended. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyLineHeightGets or sets the height of each line of content. (Inherited from System.Windows.Controls.TextBox)
Public PropertyLineStackingStrategyGets or sets a value that indicates how a line box is determined for each line of text in the System.Windows.Controls.TextBox. (Inherited from System.Windows.Controls.TextBox)
Public PropertyMarginGets or sets the outer margin of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxHeightGets or sets the maximum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxLengthGets or sets the value that determines the maximum number of characters allowed for user input. (Inherited from System.Windows.Controls.TextBox)
Public PropertyMaxWidthGets or sets the maximum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinHeightGets or sets the minimum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidthGets or sets the minimum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyNameGets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from System.Windows.FrameworkElement)
Public PropertyOpacityGets or sets the degree of the object's opacity. (Inherited from System.Windows.UIElement)
Public PropertyOpacityMaskGets or sets the brush used to alter the opacity of regions of this object. (Inherited from System.Windows.UIElement)
Public PropertyPaddingGets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control)
Public PropertyParentGets the parent object of this System.Windows.FrameworkElement in the object tree. (Inherited from System.Windows.FrameworkElement)
Public PropertyPlatform Gets a value that indicates the current client platform. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyProjectionGets or sets the perspective projection (3-D effect) to apply when rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyReadOnlyBackground Gets or sets a value that determines the background brush when textbox is in read only mode. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public PropertyRenderSizeGets the final render size of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformGets or sets transform information that affects the rendering position of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOriginGets or sets the origin point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public PropertyResourcesGets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from System.Windows.FrameworkElement)
Public PropertySelectedTextGets or sets the content of the current selection in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertySelectionBackgroundGets or sets the brush that fills the background of the selected text. (Inherited from System.Windows.Controls.TextBox)
Public PropertySelectionForegroundGets or sets the brush used for the selected text in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertySelectionLengthGets or sets the number of characters in the current selection in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertySelectionStartGets or sets the starting position of the text selected in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertyShowWatermarkOnFocus Gets or sets a value indicating whether the watermark text should keep visible when the textbox is focused. If the value is true, the watermark text will be hidden only when the Text property of the textbox is not empty. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyStyleGets or sets an instance System.Windows.Style that is applied for this object during rendering. (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndexGets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from System.Windows.Controls.Control)
Public PropertyTabNavigationGets or sets a value that modifies how tabbing and System.Windows.Controls.Control.TabIndex work for this control. (Inherited from System.Windows.Controls.Control)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplateGets or sets a control template. (Inherited from System.Windows.Controls.Control)
Public PropertyTextAlignmentGets or sets how the text should be aligned in the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertyTextWrappingGets or sets how line breaking occurs if a line of text extends beyond the available width of the text box. (Inherited from System.Windows.Controls.TextBox)
Public PropertyTriggersGets the collection of triggers for animations that are defined for a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public PropertyUseLayoutRoundingGets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from System.Windows.UIElement)
Public PropertyUseVisualState Gets or sets a value that indicates whether the control should apply visual state during user interaction. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyValidationErrorElement Gets the validation error element. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyValue Gets or sets the value.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignmentGets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control)
Public PropertyVerticalScrollBarVisibilityGets or sets the visibility of the vertical scroll bar. (Inherited from System.Windows.Controls.TextBox)
Public PropertyVisibilityGets or sets the visibility of a System.Windows.UIElement. A System.Windows.UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from System.Windows.UIElement)
Public PropertyWatermarkForeground Specifies the brush applied in watermark text's foreground. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyWatermarkText Gets or sets the text displayed as watermark. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyWatermarkTextStyle Specifies the watermark text style. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyWatermarkTextVisibility Specifies whether watermark text should be displayed when the Text is empty. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public PropertyWidthGets or sets the width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Top
Protected Properties
 NameDescription
Protected PropertyDefaultStyleKeyGets or sets the key that references the default style for the control. (Inherited from System.Windows.Controls.Control)
Protected PropertyProduct Product Info. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Top
Public Methods
 NameDescription
Public MethodAddHandlerAdds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from System.Windows.UIElement)
Public MethodApplyTemplateLoads the relevant control template so that its parts can be referenced. (Inherited from System.Windows.Controls.Control)
Public MethodArrangePositions child objects and determines a size for a System.Windows.UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from System.Windows.UIElement)
Public MethodAttachEventHandlers Attach built-in event handlers to control templates. Call this method if necessary. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public MethodCaptureMouseSets mouse capture to a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodDetachedEventHandlers Detach built-in event handlers from control templates. Call this method if necessary. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public MethodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Public MethodFindNameRetrieves an object that has the specified identifier name. (Inherited from System.Windows.FrameworkElement)
Public MethodFocusAttempts to set the focus on the control. (Inherited from System.Windows.Controls.Control)
Public MethodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject)
Public MethodGetBindingExpressionRetrieves the System.Windows.Data.BindingExpression for a dependency property where a binding is established. (Inherited from System.Windows.FrameworkElement)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInitializeStoryboards Initializes storyboards. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public MethodInitializeTemplates Initializes control templates. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public MethodInvalidateArrangeInvalidates the arrange state (layout) for a System.Windows.UIElement. After the invalidation, the System.Windows.UIElement will have its layout updated, which will occur asynchronously. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Typically, objects that implement custom layout for their layout children call this method from their own System.Windows.FrameworkElement.MeasureOverride(System.Windows.Size) implementations to form a recursive layout update. (Inherited from System.Windows.UIElement)
Public MethodOnApplyTemplateOverridden.  Builds the visual tree for the UXMaskedInputGenericBase when a new template is applied.  
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodRefreshClip Perform clipping to the dimension of the control. Call this method if necessary (Inherited from Intersoft.Client.Framework.ISTextBox)
Public MethodReleaseMouseCaptureRemoves mouse capture from a System.Windows.UIElement. After this call, typically no object holds mouse capture. (Inherited from System.Windows.UIElement)
Public MethodRemoveHandlerRemoves the specified routed event handler from this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodResumeLayout Resume the layout. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public MethodSelectSelects a range of text in the text box. (Inherited from System.Windows.Controls.TextBox)
Public MethodSelectAllSelects the entire contents of the text box. (Inherited from System.Windows.Controls.TextBox)
Public MethodSetBindingAttaches a binding to a System.Windows.FrameworkElement, using the provided binding object, and returns a System.Windows.Data.BindingExpressionBase for possible later use. (Inherited from System.Windows.FrameworkElement)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodSuspendLayout Suspend the layout. (Inherited from Intersoft.Client.Framework.ISTextBox)
Public MethodTransformToVisualReturns a transform object that can be used to transform coordinates from the System.Windows.UIElement to the specified object. (Inherited from System.Windows.UIElement)
Public MethodUpdateLayoutEnsures that all positions of child objects of a System.Windows.UIElement are properly updated for layout. (Inherited from System.Windows.UIElement)
Public MethodValidateValue Method to validate the value against the EditMask and raise error if the value does not match the EditMask.  
Top
Protected Methods
 NameDescription
Protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
Protected MethodGetTemplateChildRetrieves the named element in the instantiated System.Windows.Controls.ControlTemplate visual tree. (Inherited from System.Windows.Controls.Control)
Protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCommandChanged Invoked when the Command dependency property is changed. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Protected MethodOnCornerRadiusChanged Occurs when corner radius property changes. (Inherited from Intersoft.Client.Framework.ISTextBox)
Protected MethodOnCreateAutomationPeerReturns a System.Windows.Automation.Peers.TextBoxAutomationPeer for use by the Silverlight automation infrastructure. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
Protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
Protected MethodOnError Raises the OnValueChanged event when value has been changed.  
Protected MethodOnGotFocusOverridden.  Called before System.Windows.UIElement.GotFocus event occurs.  
Protected MethodOnInitializeCommandDefault Invoked when the Command is initialized. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Protected MethodOnKeyDown Called before the KeyDown event occurs. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Protected MethodOnKeyUp Called before System.Windows.UIElement.KeyUp event occurs. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Protected MethodOnLostFocusOverridden.  Called before System.Windows.UIElement.LostFocus event occurs.  
Protected MethodOnLostMouseCaptureProvides handling for the System.Windows.UIElement.LostMouseCapture event. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnMouseEnterCalled before System.Windows.UIElement.MouseEnter event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnMouseLeaveCalled before System.Windows.UIElement.MouseLeave event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnMouseLeftButtonDown Called before System.Windows.UIElement.MouseLeftButtonDown event occurs. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Protected MethodOnMouseLeftButtonUpCalled before System.Windows.UIElement.MouseLeftButtonUp event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnMouseMoveCalled before System.Windows.UIElement.MouseMove event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInput Called before the System.Windows.UIElement.TextInput event occurs. (Inherited from Intersoft.Client.UI.Aqua.UXInput.UXMaskedInputBase)
Protected MethodOnTextInputStartCalled before the System.Windows.UIElement.TextInputStart event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnTextInputUpdateCalled before the System.Windows.UIElement.TextInputUpdate event occurs. (Inherited from System.Windows.Controls.TextBox)
Protected MethodOnUnloaded Called when the element is unloaded. (Inherited from Intersoft.Client.Framework.ISTextBox)
Protected MethodOnValueChanged Raises the OnValueChanged event when value has been changed.  
Protected MethodOnWatermarkTextVisibilityChanged Called when the WatermarkTextVisibility property is changed. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Protected MethodUpdateCommandUIState Updates the current state of the UI based on the associated Command. (Inherited from Intersoft.Client.UI.Controls.UXTextBox)
Top
Public Events
 NameDescription
Public EventBindingValidationErrorOccurs when a data validation error is reported by a binding source. (Inherited from System.Windows.FrameworkElement)
Public EventCustomKeyDown (Inherited from Intersoft.Client.Framework.ISTextBox)
Public EventDataContextChangedOccurs when the data context for this element changes. (Inherited from System.Windows.FrameworkElement)
Public EventDragEnterOccurs when the input system reports an underlying drag event with this element as the target. (Inherited from System.Windows.UIElement)
Public EventDragLeaveOccurs when the input system reports an underlying drag event with this element as the origin. (Inherited from System.Windows.UIElement)
Public EventDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.UIElement)
Public EventDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.UIElement)
Public EventError Occurs when control value has been changed.  
Public EventGotFocusOccurs when a System.Windows.UIElement receives focus. (Inherited from System.Windows.UIElement)
Public EventIsEnabledChangedOccurs when the System.Windows.Controls.Control.IsEnabled property changes. (Inherited from System.Windows.Controls.Control)
Public EventKeyDownOccurs when a keyboard key is pressed while the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventKeyUpOccurs when a keyboard key is released while the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventLayoutUpdatedOccurs when the layout of the Silverlight visual tree changes. (Inherited from System.Windows.FrameworkElement)
Public EventLoadedOccurs when a System.Windows.FrameworkElement has been constructed and added to the object tree. (Inherited from System.Windows.FrameworkElement)
Public EventLostFocusOccurs when a System.Windows.UIElement loses focus. (Inherited from System.Windows.UIElement)
Public EventLostMouseCaptureOccurs when the System.Windows.UIElement loses mouse capture. (Inherited from System.Windows.UIElement)
Public EventMediaCommandOccurs when a button is pressed on a remote control. (Inherited from System.Windows.UIElement)
Public EventMouseEnterOccurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeaveOccurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonDownOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonUpOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from System.Windows.UIElement)
Public EventMouseMoveOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over a System.Windows.UIElement. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled; see Remarks. (Inherited from System.Windows.UIElement)
Public EventMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over a System.Windows.UIElement, or the System.Windows.UIElement has focus. (Inherited from System.Windows.UIElement)
Public EventSelectionChangedOccurs when the text selection has changed. (Inherited from System.Windows.Controls.TextBox)
Public EventSizeChangedOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public EventTextChangedOccurs when content changes in the text box. (Inherited from System.Windows.Controls.TextBox)
Public EventTextInputOccurs when a UI element gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventTextInputStartOccurs when a UI element initially gets text in a device-independent manner. (Inherited from System.Windows.UIElement)
Public EventTextInputUpdateOccurs when text continues to be composed via an input method editor (IME). (Inherited from System.Windows.UIElement)
Public EventUnloadedOccurs when this object is no longer connected to the main object tree. (Inherited from System.Windows.FrameworkElement)
Public EventValueChanged Occurs when control value has been changed.  
Top
See Also

Reference

UXMaskedInputGenericBase<T> Class
Intersoft.Client.UI.Aqua.UXInput Namespace

Send Feedback